'Declaration
<DispIdAttribute(112)> Function DrawRoundedRectangle( _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal Radius As Single, _ ByVal Fill As Boolean, _ ByVal Stroke As Boolean _ ) As GdPictureStatus
[DispId(112)] GdPictureStatus DrawRoundedRectangle( float Left, float Top, float Width, float Height, float Radius, bool Fill, bool Stroke )
function DrawRoundedRectangle( Left: Single; Top: Single; Width: Single; Height: Single; Radius: Single; Fill: Boolean; Stroke: Boolean ): GdPictureStatus;
DispIdAttribute(112) function DrawRoundedRectangle( Left : float, Top : float, Width : float, Height : float, Radius : float, Fill : boolean, Stroke : boolean ) : GdPictureStatus;
Parameters
- Left
- Top
- Width
- Height
- Radius
- Fill
- Stroke